projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5b00e
)
KM: fix typo in default environment
author
Valentin Longchamp
<
[email protected]
>
Fri, 18 Oct 2013 09:47:16 +0000
(11:47 +0200)
committer
York Sun
<
[email protected]
>
Thu, 24 Oct 2013 16:35:28 +0000
(09:35 -0700)
The ip kernel parameter had a typo in it (we've been lucky that it has
worked until now).
Signed-off-by: Valentin Longchamp <
[email protected]
>
include/configs/km/keymile-common.h
patch
|
blob
|
history
diff --git
a/include/configs/km/keymile-common.h
b/include/configs/km/keymile-common.h
index a30c050ba707ce8f8c227a205c86025302be1330..2524cebcd18161475ea9b39c66140f3a90162ddd 100644
(file)
--- a/
include/configs/km/keymile-common.h
+++ b/
include/configs/km/keymile-common.h
@@
-165,7
+165,7
@@
"add_default=" \
"setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
- ":${hostname}:${netdev}:off
3
" \
+ ":${hostname}:${netdev}:off
:
" \
" console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}" \
" mem=${kernelmem} init=${init}" \
CONFIG_KM_ECC_MODE \